body{

    background: #FFFEF8;
    color: #FF0000;
    font-family: "Cambria", serif;
    text-align: center;

    min-height: 100vh;

    display: flex;
    flex-direction: column;

}

.clean-link {
    text-decoration: none;
    color: inherit;
}


nav{

    display: flex;
    justify-content: right;
    gap: 10px;

    padding: 10px;

}

nav button{

    background: white;
    color: #333;

    border: 3px solid #222;
    border-radius: 8px;

    padding: 12px 18px;

    cursor: pointer;

    font-family: sans-serif;

    box-shadow: 4px 4px 0 black;

    transition: .15s;

}

nav button:hover{

    transform: translateY(-2px);

}

n{

    width: min(700px,90%);
    margin: auto;

    text-align: center;

}


hr{

    border: none;
    height: 2px;
    background: #FFFBEC;

    margin: 10px 0;

}


h1{

    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #FF0000;
    font-weight: bold;

}

h2{

    font-size: 2rem;
    color: #460000;
    font-weight: bold;
    text-align: left;
    text-indent: 5%;
}



.container {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

p {
    /* border: 5px solid rebeccapurple; */
    /* background-color: lightgray; */
    color: #460000;
    padding: 10px;
    font-size: 1.5rem;
}

.one {
    margin-bottom: 30px;
    text-align: left;
}   



img{

    width: 330px;
    margin-top: 20px;

}

footer{

    text-align: center;
    font-family: sans-serif;
    font-size: .75rem;

    color: #d8d8d8;

    padding: 18px;

}
